home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Palettes / MiscCalendarPalette / English.lproj / MiscCalendarPalette.nib / data.classes next >
Text File  |  1994-05-08  |  707b  |  49 lines

  1. CalendarPalette = {
  2.     SUPERCLASS = IBPalette;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. MiscCalendarView = {
  10.     ACTIONS = {
  11.     incrementMonth:;
  12.     incrementYear:;
  13.     decrementMonth:;
  14.     decrementYear:;
  15.     updateDate:;
  16.     };
  17.     OUTLETS = {
  18.     yearField;
  19.     textDelegate;
  20.     dateDelegate;
  21.     dateField;
  22.     monthField;
  23.     };
  24.     SUPERCLASS = View;
  25. };
  26. CalendarView = {
  27.     ACTIONS = {
  28.     incrementMonth:;
  29.     incrementYear:;
  30.     decrementMonth:;
  31.     decrementYear:;
  32.     updateDate:;
  33.     };
  34.     OUTLETS = {
  35.     textDelegate;
  36.     yearField;
  37.     dateDelegate;
  38.     dateField;
  39.     monthField;
  40.     };
  41.     SUPERCLASS = View;
  42. };
  43. MiscCalendarPalette = {
  44.     SUPERCLASS = IBPalette;
  45. };
  46. CalendarMatrix = {
  47.     SUPERCLASS = Matrix;
  48. };
  49.